projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36bb26f
)
(ls-lisp-format-time): If timestamp is invalid,
author
Andrew Innes
<andrewi@gnu.org>
Wed, 16 Jun 1999 19:54:45 +0000
(19:54 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Wed, 16 Jun 1999 19:54:45 +0000
(19:54 +0000)
return the string "Unk 0 0000" so at least it appears to be a
valid timestamp to `dired-move-to-filename-regexp'.
lisp/ls-lisp.el
patch
|
blob
|
history
diff --git
a/lisp/ls-lisp.el
b/lisp/ls-lisp.el
index f52bdef4b0a911960bc4fb34ff05233e67db02fe..e02bd5db459c5caae003cdd16b3dbab4ff631973 100644
(file)
--- a/
lisp/ls-lisp.el
+++ b/
lisp/ls-lisp.el
@@
-312,7
+312,7
@@
are: A a c i r S s t u"
"%b %e %H:%M"
"%b %e %Y")
time)
- (error "
??? ?? ????
"))))
+ (error "
Unk 0 0000
"))))
(provide 'ls-lisp)